Recreate the two barplots below that shows the population of different continents for the year 2007. (10 mins)

Hint:

Lets add some details to the figures (15 mins)

Add different colors for different continents

Sort the order of the continent for the visualisation

Hint: Use axis layout setting

Add text to each bar that represents the population

Thus far we looked at data from one year. Lets create an animation to see the population growth of the continents through the years (10 mins)

Hint: You have to process the data accordingly

Instead of the continents, lets look at individual countries. Create an animation that shows the population growth of the countries through the years (10 mins)

Lets clean up the country animation (15 mins)

Set the height size of the figure to 1000 to have a better view of the animation

Show only the top 10 countries in the animation

Hint: Use the axis limit to set this.